 |
API Documentation
|
|
|
Wraps a nkGraphics::BoundingBox and offers functions for use in scripting.
Definition: BoundingBoxWrapper.h:12
static void destructor(void *toDestroy)
Defines an environment in which scripts can execute.
Definition: Environment.h:14
Encompasses the wrapping of nkGraphics for Lua.
Definition: BoundingBoxWrapper.h:7
static nkScripts::OutputValue newCube(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getCenter(const nkScripts::DataStack &stack)
static void updateEnvironment(nkScripts::Environment *env)
std::vector< FunctionParameter > DataStack
A data stack, mainly used for parameters.
Definition: FunctionDefines.h:8
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
static nkScripts::OutputValue newBox(const nkScripts::DataStack &stack)
static void * constructor(const nkScripts::DataStack &stack)
static nkScripts::OutputValue checkAgainst(const nkScripts::DataStack &stack)